Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class
get_class
Return the object's class name
Name:
get_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return the object's class name
Related
How to Get an Object’s Parent Class Name Using get_class? Step-by-Step Guide with Examples
6
Similar Functions
get_called_class
get_called_class
Thenameofthe"La
get_parent_class
get_parent_class
Returnstheparentclas
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
class_exists
class_exists
Checkiftheclassisdef
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_object_vars
get_object_vars
Returntowritetoyouth
interface_exists
interface_exists
Checkiftheinterfacei
Popular Articles
How to Get an Object’s Parent Class Name Using get_class? Step-by-Step Guide with Examples